相似CSS語法及其差異 補


Posted by mijouhsieh on 2023-03-12

align-items

align-content

align-self

align-items

設定多行子元素,每一行的排版。
flexbox 和 CSS Grid都有支援 align-items
flexbox 控制副軸上子元素的對齊方式。
CSS Grid 控制塊轴上子元素的對齊方式。


align-content MDN


align-self MDN


#align-self #align-items #align-content







Related Posts

Whack A Mole Game

Whack A Mole Game

留言板、新增功能篇--(編輯、刪除)

留言板、新增功能篇--(編輯、刪除)

如何用 TensorFlow object detection API 的 Single Shot MultiBox Detector 來做 hand detection

如何用 TensorFlow object detection API 的 Single Shot MultiBox Detector 來做 hand detection


Comments